An indexer definition, which allows client code to use [] notation on the class instance itself.
public virtual MedicalViewerSynchronizationObject Item(
[MedicalViewerActionType
)(MedicalViewerActionType.md) type] { get; }
public:
virtual property MedicalViewerSynchronizationObject^ default [MedicalViewerActionType] {
MedicalViewerSynchronizationObject^ get(MedicalViewerActionType type);
}
Public Overridable Default ReadOnly Property Item(ByVal type As MedicalViewerActionType) As MedicalViewerSynchronizationObject
Get
type
MedicalViewerActionType enumeration that will be used as index of the collection
MedicalViewerSynchronizationObject that represents the object with type type.
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Class
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Members
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document